configuration / chassis0 / slots / [SLOT-ID] / [gns181] / module / ppo / ppo[ID]

CLI REST-API

length-ms

length milli-seconds
This is a read-write object and valid values are signed integers within a range of 0-999.

Datatype-Help:
value must be between 0 and 999.



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ppo/ppo[ID]
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ppo/ppo[ID]/length-s
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ppo/ppo[ID]/output-level
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ppo/ppo[ID]/output-holdover
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ppo/ppo[ID]/mode
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ppo/ppo[ID]/timeout

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ppo/ppo.*


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*
Body:
{
  "length-ms": 0
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ppo/ppo.* -d
{
  "length-ms": 0
}